runtime.bitvector.ptrbit (method)
4 uses
runtime (current package)
heapdump.go#L248: if cbv.ptrbit(i) == 1 {
mbitmap.go#L2033: mask[i/goarch.PtrSize] = locals.ptrbit(off)
stack.go#L592: func (bv *bitvector) ptrbit(i uintptr) uint8 {
stack.go#L613: print(" ", add(scanp, (i+j)*goarch.PtrSize), ":", ptrnames[bv.ptrbit(i+j)], ":", hex(*(*uintptr)(add(scanp, (i+j)*goarch.PtrSize))), " # ", i, " ", *addb(bv.bytedata, i/8), "\n")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)